'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Sub Sort( _ ByVal comparer As System.Collections.Generic.IComparer(Of T) _ )
'Usage
Dim instance As NGenericList(Of T) Dim comparer As System.Collections.Generic.IComparer(Of T) instance.Sort(comparer)
[__DynamicallyInvokable()] public void Sort( System.Collections.Generic.IComparer<T> comparer )
Parameters
- comparer